home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / EMULATOR / HP11.SPK / !HP11 / !Run < prev    next >
Text File  |  1991-04-27  |  575b  |  25 lines

  1. |  >$.!HP11.!Run
  2. |
  3. |  !Run for HP 11C calculator emulation
  4. |
  5. |  Version 1.0 (25-Jun-90)
  6. |
  7. |  The first bit is the same as the !boot file, in case
  8. |  that is never run.
  9. |
  10. Set File$Type_721 HP11_Prog
  11. Set Alias$@RunType_721 Run <Obey$Dir>.!Run %%*0
  12. IconSprites <Obey$Dir>.!Sprites
  13. |
  14. Set HP11$Dir <Obey$Dir>
  15. |
  16. RMEnsure FPEmulator 2.00  RMLoad FPEmulator
  17. RMEnsure SharedCLibrary 1.02 RMLoad CLib
  18. |
  19. | in case of anomalous behaviour consistent with memory shortage, try
  20. | increasing the max value here.
  21. WimpSlot -min 196k -max 256k
  22. |
  23. |  Start program
  24. Run "<HP11$Dir>.!RunImage" %*0
  25.